Export Configuration

You can export parts of a configuration to text files. The names of the files are auto-generated.
Export the configuration by selecting Export configuration in the context menu of the Instance Node. Then select a folder where the exported configuration files will be saved.

Advanced export options

Default export options are used when exporting the configuration. The default options when exporting item attributes, are to export text attributes as quoted text, and non-text attributes as plain text, and the Expression attribute as URL encoded text.
The Expression attribute is URL encoded to avoid un-wanted line shifts in the exported TAB-separated text file.

If you need/want to change the set of URL encoded attributes, you can do so by modifying the UrlEncodedAttributes setting in the ApisManagementStudio.dll.config file, located in the same folder as the Apis Management Studio executable.
Ex:

<setting name="UrlEncodedAttributes" serializeAs="String">
	<value>5110</value>
</setting>

5110 is the ID of the Expression attribute, and is the default value.
If you want to add more attributes to the list, separate them with a comma.
I.e., <value>5110,101</value> to include the Expression and Description attributes as URL encoded.